home *** CD-ROM | disk | FTP | other *** search
- Hi!
-
- Is there a smooth way to sort 20 variables???
-
- and not do like this..
-
- --------------------------------
-
- If score1_1(1)>score2_1(1)
-
- Loke S7+40,Leek(S5+20)
-
- endif
-
- if score1_2(2)>score2_1(1)
-
- loke s7+60,leek(s5+40)
-
- endif
-
- -------------------------------
-
-
- This way makes the program very big..!
-
- Any soloution anyone????
-
-
-